home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 4 / Amiga Format AFCD04 (Sep 1996, Issue 88).iso / serious / commercial / stormc-demo / include / proto / all.h next >
C/C++ Source or Header  |  1996-07-12  |  1KB  |  53 lines

  1. #ifndef _PROTO_ALL_H
  2. #define _PROTO_ALL_H
  3.  
  4. /*
  5. **  $VER: all.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #include <exec/types.h>
  13. #include <proto/amigaguide.h>
  14. #include <proto/asl.h>
  15. #include <proto/battclock.h>
  16. #include <proto/battmem.h>
  17. #include <proto/bullet.h>
  18. #include <proto/colorwheel.h>
  19. #include <proto/commodities.h>
  20. #include <proto/console.h>
  21. #include <proto/disk.h>
  22. #include <proto/diskfont.h>
  23. #include <proto/dos.h>
  24. #include <proto/exec.h>
  25. #include <proto/expansion.h>
  26. #include <proto/gadtools.h>
  27. #include <proto/graphics.h>
  28. #include <proto/icon.h>
  29. #include <proto/iffparse.h>
  30. #include <proto/input.h>
  31. #include <proto/intuition.h>
  32. #include <proto/keymap.h>
  33. #include <proto/layers.h>
  34. #include <proto/locale.h>
  35. #include <proto/lowlevel.h>
  36. #include <proto/mathffp.h>
  37. #include <proto/mathieeedoubbas.h>
  38. #include <proto/mathieeedoubtrans.h>
  39. #include <proto/mathieeesingbas.h>
  40. #include <proto/mathieeesingtrans.h>
  41. #include <proto/mathtrans.h>
  42. #include <proto/misc.h>
  43. #include <proto/nonvolatile.h>
  44. #include <proto/potgo.h>
  45. #include <proto/ramdrive.h>
  46. #include <proto/realtime.h>
  47. #include <proto/rexxsyslib.h>
  48. #include <proto/timer.h>
  49. #include <proto/translator.h>
  50. #include <proto/utility.h>
  51. #include <proto/wb.h>
  52. #endif
  53.